<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *header.css - å…¬ç”¨å¤´éƒ¨
 **/


/* é¡¶éƒ¨ä¿¡æ¯æ&nbsp; */
.header-top-bar{
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}
.header-logo{
    float: left;
    width: 175px;
    height: 50px;
    padding: 10px 0;
}
.header-logo .logo-area{
    display: table-cell;
    width: 175px;
    height: 50px;
    vertical-align: middle;
    overflow: hidden;
}
.header-logo .logo-area img{
    max-width: 175px;
    max-height: 50px;
    vertical-align: middle;
}

.header-msg-bar{
    float: right;
    height: 30px;
    padding: 20px 0;
}

.login-before{
    float: left;
    font-size: 0;
}
.login-before .item{
    color: #999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
}
.login-before .item:hover{
    color: #7f1672;
}
.login-after{
    float: left;
}
.login-after .name,
.login-after .out{
    color: #7f1672;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
}
.login-after .out{
    color: #999;
}
.header-phone-entry{
    float: left;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.header-phone-entry .entry-name{
    color: #666;
    display: block;
    padding: 0 10px;
    cursor: pointer;
}
.header-phone-entry .entry-name .icon{
    display: inline-block;
    width: 10px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background: url("../images/home-page-icon.png") no-repeat 0 -24px;
}
.header-phone-entry .down-box{
    display: none;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 100;
    width: 100px;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.header-phone-entry:hover .down-box{
    display: block;
}
.header-phone-entry .down-box:after{
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: -6px;
    right: 15px;
    background: url("../images/home-page-icon.png") no-repeat 0 -70px;
}
.header-phone-entry .down-box img{
    width: 100%;
    height: 100%;
}

.header-contact{
    color: #666;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.header-contact .icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background: url("../images/home-page-icon.png") no-repeat 0 0;
}

.header-search{
    float: left;
    width: 220px;
    height: 28px;
    position: relative;
    border: 1px solid #e5e5e5;
}
.header-search .search-text{
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-search .search-btn{
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../images/home-page-icon.png") no-repeat 6px -42px;
}

/* ä¸»å¯¼èˆª */
.header-nav{
    background: #fff;
}
.header-menu{
    height: 70px;
    overflow: hidden;
}
.header-menu&gt;li{
    float: left;
}
.header-menu&gt;li&gt;a{
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    margin: 0 10px;
    position: relative;
    font-size: 16px;
}
.header-menu&gt;li&gt;a:hover{
    color: #7f1672;
}
.header-menu&gt;li&gt;a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #7f1672;
}
.header-menu&gt;li&gt;a:hover:after{
    width: 100%;
}

.header-menu&gt;li&gt;a.active{
    color: #fff;
    background: #7f1672;
}</pre></body></html>